projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91c739
)
(Fwrite_region): Set update_mode_lines.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 05:54:51 +0000
(
05:54
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 05:54:51 +0000
(
05:54
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index abfa6546191ec8058c4b9f35c58ead8be9696ea4..60473ede63d4cb43cd48cdd630af58d30bcc0537 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3219,6
+3219,7
@@
to the file, instead of any buffer contents, and END is ignored.")
current_buffer->save_modified = MODIFF;
XFASTINT (current_buffer->save_length) = Z - BEG;
current_buffer->filename = visit_file;
+ update_mode_lines++;
}
else if (quietly)
return Qnil;